1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{F5AAF91C-20D9-4B32-9BB3-62006FDAB476}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <StartupObject>VBWin7TaskbarOverlayIcons.My.MyApplication</StartupObject>
11 <RootNamespace>VBWin7TaskbarOverlayIcons</RootNamespace>
12 <AssemblyName>VBWin7TaskbarOverlayIcons</AssemblyName>
13 <FileAlignment>512</FileAlignment>
14 <MyType>WindowsForms</MyType>
15 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16 <OptionExplicit>On</OptionExplicit>
17 <OptionCompare>Binary</OptionCompare>
18 <OptionStrict>Off</OptionStrict>
19 <OptionInfer>On</OptionInfer>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <DefineDebug>true</DefineDebug>
25 <DefineTrace>true</DefineTrace>
26 <OutputPath>..\Debug\</OutputPath>
27 <DocumentationFile>VBWin7TaskbarOverlayIcons.xml</DocumentationFile>
28 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <DefineDebug>false</DefineDebug>
33 <DefineTrace>true</DefineTrace>
34 <Optimize>true</Optimize>
35 <OutputPath>..\Release\</OutputPath>
36 <DocumentationFile>VBWin7TaskbarOverlayIcons.xml</DocumentationFile>
37 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
40 <Reference Include="Microsoft.WindowsAPICodePack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
41 <SpecificVersion>False</SpecificVersion>
42 <HintPath>..\_External_Dependencies\Microsoft.WindowsAPICodePack.dll</HintPath>
44 <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
45 <SpecificVersion>False</SpecificVersion>
46 <HintPath>..\_External_Dependencies\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
48 <Reference Include="System" />
49 <Reference Include="System.Data" />
50 <Reference Include="System.Deployment" />
51 <Reference Include="System.Drawing" />
52 <Reference Include="System.Windows.Forms" />
53 <Reference Include="System.Xml" />
54 <Reference Include="System.Core">
55 <RequiredTargetFramework>3.5</RequiredTargetFramework>
57 <Reference Include="System.Xml.Linq">
58 <RequiredTargetFramework>3.5</RequiredTargetFramework>
60 <Reference Include="System.Data.DataSetExtensions">
61 <RequiredTargetFramework>3.5</RequiredTargetFramework>
65 <Import Include="Microsoft.VisualBasic" />
66 <Import Include="System" />
67 <Import Include="System.Collections" />
68 <Import Include="System.Collections.Generic" />
69 <Import Include="System.Data" />
70 <Import Include="System.Drawing" />
71 <Import Include="System.Diagnostics" />
72 <Import Include="System.Windows.Forms" />
73 <Import Include="System.Linq" />
74 <Import Include="System.Xml.Linq" />
77 <Compile Include="MainForm.vb">
78 <SubType>Form</SubType>
80 <Compile Include="MainForm.Designer.vb">
81 <DependentUpon>MainForm.vb</DependentUpon>
82 <SubType>Form</SubType>
84 <Compile Include="My Project\AssemblyInfo.vb" />
85 <Compile Include="My Project\Application.Designer.vb">
86 <AutoGen>True</AutoGen>
87 <DependentUpon>Application.myapp</DependentUpon>
89 <Compile Include="My Project\Resources.Designer.vb">
90 <AutoGen>True</AutoGen>
91 <DesignTime>True</DesignTime>
92 <DependentUpon>Resources.resx</DependentUpon>
94 <Compile Include="My Project\Settings.Designer.vb">
95 <AutoGen>True</AutoGen>
96 <DependentUpon>Settings.settings</DependentUpon>
97 <DesignTimeSharedInput>True</DesignTimeSharedInput>
101 <EmbeddedResource Include="MainForm.resx">
102 <DependentUpon>MainForm.vb</DependentUpon>
104 <EmbeddedResource Include="My Project\Resources.resx">
105 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
106 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
107 <CustomToolNamespace>My.Resources</CustomToolNamespace>
108 <SubType>Designer</SubType>
112 <None Include="My Project\Application.myapp">
113 <Generator>MyApplicationCodeGenerator</Generator>
114 <LastGenOutput>Application.Designer.vb</LastGenOutput>
116 <None Include="My Project\Settings.settings">
117 <Generator>SettingsSingleFileGenerator</Generator>
118 <CustomToolNamespace>My</CustomToolNamespace>
119 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
123 <None Include="Available.ico" />
126 <None Include="Away.ico" />
129 <None Include="Offline.ico" />
132 <Content Include="ReadMe.txt" />
134 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
135 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
136 Other similar extension points exist, see Microsoft.Common.targets.
137 <Target Name="BeforeBuild">
139 <Target Name="AfterBuild">